home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / timepilot.swf / scripts / frame_1 / PlaceObject2_7_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-13  |  121 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    timer++;
  3.    if(timer >= 300)
  4.    {
  5.       angle = random(360);
  6.       timer = 0;
  7.    }
  8. }
  9.